From b1997c96ea5e0927c330613580e570cdbdaf3cdf Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 20 Jun 2018 19:09:23 +0100 Subject: [PATCH] InfoBar: Fix wrong type in copy-pasted param doc https://gitlab.gnome.org/GNOME/gtk/issues/1165 --- gtk/gtkinfobar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index afc3f14e74..477fc87dcd 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -1246,7 +1246,7 @@ gtk_info_bar_get_show_close_button (GtkInfoBar *info_bar) /** * gtk_info_bar_set_revealed: - * @info_bar: a #GtkActionBar + * @info_bar: a #GtkInfoBar * @revealed: The new value of the property * * Sets the GtkInfoBar:revealed property to @revealed. This will cause -- 2.30.2